-
-
Notifications
You must be signed in to change notification settings - Fork 205
ENH: Changing ellipses plot axis label #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ArthurJWH the PR is simple and straightforward, thx for that!
- Could you provide us a screenshot of your results please? This makes review easier since I won't have to run several simulations to obtain the new plots.
- Could you kindly update the CHANGELOG pls?
After these 2 points, I believe we will merge it directly.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #855 +/- ##
===========================================
+ Coverage 80.02% 80.28% +0.26%
===========================================
Files 98 104 +6
Lines 12004 12764 +760
===========================================
+ Hits 9606 10248 +642
- Misses 2398 2516 +118 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3bbe340
to
6713f0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ArthurJWH friendly reminder to update the CHANGELOG pls
…/RocketPy-Team/RocketPy into enh/changing-ellipses-axis-label
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
free to merge it
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCHANGELOG.md
has been updated (if relevant)Current behavior
The axis use North and East as labels

New behavior
Label the extremes of the axis as North-South and West-East

Breaking change